home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / batman_cobble.swf / scripts / DefineButton2_1570 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  75 b   |  5 lines

  1. on(release){
  2.    _root.gotoNext = "level3a";
  3.    _root.fadeout.play();
  4. }
  5.